home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part2 / 12947 < prev    next >
Encoding:
Text File  |  1996-08-05  |  1.2 KB  |  30 lines

  1. Newsgroups: comp.lang.c
  2. Path: news.inap.net!news1!ind-004-236-188
  3. From: dlmiller@iquest.net (Doug Miller)
  4. Subject: Re: Settle a bet please
  5. X-Nntp-Posting-Host: ind-004-236-188.iquest.net
  6. Message-ID: <DpAHIM.149@iquest.net>
  7. Sender: news@iquest.net (News Admin)
  8. Organization: IQuest Network Services
  9. X-Newsreader: News Xpress Version 1.0 Beta #2.1
  10. References: <4jfopb$o9n@news1.sympatico.ca> <Pine.A32.3.91.960329115428.76873B-100000@red.weeg.uiowa.edu> <3160ac92.4228059@netline-fddi.jpl.nasa.gov> <4jrodjINN8jl@anvil.ugrad.cs.ubc.ca>
  11. Date: Wed, 3 Apr 1996 14:01:32 GMT
  12.  
  13. c2a192@ugrad.cs.ubc.ca (Kazimir Kylheku) wrote:
  14. >In article <3160ac92.4228059@netline-fddi.jpl.nasa.gov>,
  15. >Kevin D. Quitt <kdq@emoryi.jpl.nasa.gov> wrote:
  16. > >On Fri, 29 Mar 1996 11:57:49 -0600, The Amorphous Mass
  17. > ><robinson@blue.weeg.uiowa.edu> wrote:
  18. > >>  If you want to use the array as a string, you have to set aside space
  19. > >>for the null terminator ('null', not 'NULL').
  20. > >
  21. > >NUL, not null or NULL
  22. >
  23. >Actually it is 'null', because that is the right english word that is vaguely
  24. >synonmymous with zero, void The symbol NUL is specific to ASCII, I think, like
  25. >FF=formfeed, LF=linefeed, EOT=end of text and others. Does EBCDIC also call its
  26. >null character NUL?
  27. >--
  28. >
  29. Yep.
  30.